I'm getting along with figuring how to write a macro for repeating rows, in this case, the repeating_weapon_$0_weapon_attack_roll. However, I'm getting the following error and am not sure what is causing it. Here's a screen shot: The two errors occur after I press one of the weapon buttons, it does not matter which one. They appear at the same time or just before the To Hit Modifier Screen. They do not hold anything up, and afterwards the routine executes as expected as shown. And here is my macro. Note, I will eventually transfer this to an API script with a loop so that I can capture all weapons used by the selected token, but I'd like to get past this issue: &{template:default} {{name=@{selected|character_name}}} {{Attacks= [@{selected|repeating_weapon_$0_weapon_name}](~{selected|repeating_weapon_$0_weapon_attack_roll}) [@{selected|repeating_weapon_$1_weapon_name}](~{selected|repeating_weapon_$1_weapon_attack_roll}) [@{selected|repeating_weapon_$2_weapon_name}](~{selected|repeating_weapon_$2_weapon_attack_roll}) }} &{noerror} Note that when I remove &{noerror}, the error messages stay the same. Thank you for any pointers.